home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
boot
/
initrd.img-2.6.28-15-generic
/
initrd.img-2.6
/
scripts
/
casper-bottom
/
05mountpoints_lupin
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-10-12
|
314 b
|
25 lines
#! /bin/sh
PREREQ=""
DESCRIPTION="Moving mount points..."
. /scripts/casper-functions
prereqs ()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
if grep -q '^[^ ]* /isodevice ' /proc/mounts; then
mkdir -p /root/isodevice
mount -n -o move /isodevice /root/isodevice
fi